- if a class needs another class to work, pass an instance of that class into the constructor instead of importing the dependency from the class itself
an awkward bit of jargon for a very simple idea.
- a way of decoupling
an awkward bit of jargon for a very simple idea.